fix: correct template loop, update outdated URLs#1694
Open
fsilvaortiz wants to merge 3 commits intogithub:mainfrom
Open
fix: correct template loop, update outdated URLs#1694fsilvaortiz wants to merge 3 commits intogithub:mainfrom
fsilvaortiz wants to merge 3 commits intogithub:mainfrom
Conversation
The validation handler referenced "proceed to step 6" which is the validation step itself, creating a logical infinite loop. The correct target is step 7 (completion report). Closes github#1509 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update the Antigravity homepage link from https://agy.ai/ to https://antigravity.google/ to reflect the current project URL. Closes github#1604 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The previous URL (docs.anthropic.com/en/docs/claude-code/setup) returns a 301 redirect to the new canonical URL at code.claude.com/docs/en/setup. Closes github#1432 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes three documentation and configuration issues: a logical infinite loop in a template instruction, and two outdated agent installation URLs. Each fix addresses a specific reported issue with clear traceability.
Changes:
- Fixed infinite loop in
specify.mdtemplate where step 6 incorrectly referenced itself instead of step 7 - Updated Antigravity agent homepage URL from deprecated
agy.aito currentantigravity.google - Updated Claude Code installation URL from redirecting
docs.anthropic.comto canonicalcode.claude.comdomain
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| templates/commands/specify.md | Corrected validation completion step reference from 6 to 7, fixing logical loop in AI workflow |
| README.md | Updated Antigravity homepage link to reflect current domain |
| src/specify_cli/init.py | Updated Claude Code install_url to canonical domain without redirect |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
specify.md— Step reference said "proceed to step 6" (the validation step itself) instead of "step 7" (completion report), creating a logical infinite loop. Closes Infinite Loop instruction in templates/commands/specify.md #1509agy.aitoantigravity.google. Closes docs: update Antigravity link and add initialization example #1604docs.anthropic.com) returns 301 redirect to new canonical domain (code.claude.com). Closes When claude code is missing the link for the installation is outdated #1432Each fix is in a separate commit for easy review or individual revert.
Test plan
templates/commands/specify.mdstep 7 reference points to the completion report (line 151)https://antigravity.google/) resolves correctlyhttps://code.claude.com/docs/en/setup) resolves without redirectAI Assistance Disclosure
This PR was drafted with assistance from Claude Code (Anthropic). All changes were reviewed and validated manually by the author.
🤖 Generated with Claude Code